Open
Conversation
- Remove verbose console.log statements from production code - email-service/worker.ts: removed debug logs leaking config details - api-server/routes/webhooks.ts: removed noisy SMS webhook log - Replace `as any` type escapes with Hono's c.set/c.get in validation middleware - Keep console.log in CLI tools, demos, examples, and tagged service logs
…e section - Add /payments API routes (create, status, list, webhook, supported methods) - Create CoinPayPayments landing page component with multi-chain info - Register AgentPass business on CoinPay (business ID: 8a41bbee) - SDK: @profullstack/coinpay for non-custodial crypto payments - Supports BTC, ETH, SOL, USDC, POL, BCH, Lightning
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
email-service/worker.ts: removed 4 debug logs (one was leaking config details — webhook secret status)api-server/routes/webhooks.ts: removed noisy SMS webhook logas anytype escapes invalidation.ts: replaced with Hono's nativec.set()/c.get()patterncli.ts), demos, examples, and tagged operational service logs ([TelegramBot],[TwilioSmsService])What was NOT changed (and why)
as anyin ws-relay.ts: line 95 is a comment containing the text, not actual code[TelegramBot],[TwilioSmsService]) — intentional service loggingTests
All relevant test suites pass: